home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
databases
/
telebase2.6.lha
/
TBase_rexx.lha
/
print_call.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-04-14
|
303 b
|
18 lines
/* Print Incoming call */
address tbase
START
GETVAR
callnum = numcalls
sendvar
say 'C_NAME is ' C_NAME
say 'C_DATA is ' C_DATA
say 'C_TIME is ' C_TIME
say 'C_DATE is ' C_DATE
say 'C_RAW is ' C_RAW
say 'C_NUM is ' C_NUM
say 'NumCalls is ' numcalls
say 'Caller number is ' callnum